-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table col width #2358
table col width #2358
Conversation
resolves #2286
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 51.87% | 263/507 |
🔴 | Branches | 21.61% | 67/310 |
🔴 | Functions | 14.66% | 17/116 |
🔴 | Lines | 53.19% | 242/455 |
Test suite run success
7 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from cf29653
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 87.52% (+0.04% 🔼) |
3515/4016 |
🟡 | Branches | 69.34% (+0.23% 🔼) |
2436/3513 |
🟢 | Functions | 83.44% | 650/779 |
🟢 | Lines | 87.98% (+0.04% 🔼) |
3256/3701 |
Test suite run success
717 tests passing in 47 suites.
Report generated by 🧪jest coverage report action from 6e5d024
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss this notSortable thing please.
Co-authored-by: Fabien Lelaquais <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think?
Co-authored-by: Fabien Lelaquais <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
resolves #2358 Co-authored-by: Fred Lefévère-Laoide <[email protected]>
What type of PR is this? (check all applicable)
Description
Handle column width when specified
add a sortable property to table (default True)
Related Tickets & Documents
How to reproduce the issue